ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnBaseTagHelper<TControl> Class / SortMemberPath Property

In This Topic
    SortMemberPath Property (ColumnBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.SortMemberPath. Sets the name of the property to use when sorting this column.
    Syntax
    'Declaration
     
    Public Property SortMemberPath As String
    public string SortMemberPath {get; set;}
    Remarks
    Use this property in cases where you want the sorting to be performed based on values other than the ones speficied by the Binding property.
    See Also